var github.com/jinzhu/inflection.irregularInflections

8 uses

	github.com/jinzhu/inflection (current package)
		inflections.go#L110: var irregularInflections = IrregularSlice{
		inflections.go#L136: 	for _, value := range irregularInflections {
		inflections.go#L145: 	for _, value := range irregularInflections {
		inflections.go#L193: 	irregularInflections = append(irregularInflections, Irregular{singular, plural})
		inflections.go#L219: 	irregular := make(IrregularSlice, len(irregularInflections))
		inflections.go#L220: 	copy(irregular, irregularInflections)
		inflections.go#L245: 	irregularInflections = inflections